home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000026_news@newsmaster….columbia.edu _Wed Oct 1 22:35:07 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA03372
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 1 Oct 1997 22:35:06 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA05928
  7.     for kermit.misc@watsun; Wed, 1 Oct 1997 22:35:06 -0400 (EDT)
  8. Newsgroups: comp.protocols.kermit.misc
  9. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!ix.netcom.com!jhurwit
  10. From: jhurwit@netcom.com (Jeffrey Hurwit)
  11. Subject: Re: kermit and PPP
  12. Message-ID: <vLaM0w8Z7mlX092yn@netcom.com>
  13. Sender: jhurwit@netcom23.netcom.com
  14. Organization: Organization?  What organization?
  15. References: <1997Sep14.222503.14410@galileo.cc.rochester.edu>
  16.  <gerlachEGK1q6.DuK@netcom.com>
  17. Date: Wed, 1 Oct 1997 01:10:07 GMT
  18. Lines: 30
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:7791
  20.  
  21.     [Courtesy Cc. to froboz@cif.rochester.edu]
  22.  
  23. >In article <1997Sep14.222503.14410@galileo.cc.rochester.edu> Joshua Pincus <froboz@cif.rochester.edu> writes:
  24. >>Hi, 
  25. >>
  26. >>I've got kermit performing my dialup stuff for a kernel-level PPP on 
  27. >>a FreeBSD 2.1.5 machine.  The problem is this:  I need the kermit 
  28. >>script to dial, respond to the login/password info, and then exit 
  29. >>WITHOUT killing the modem connection so that pppd can talk to the 
  30. >>/dev/cuaa2 serial port in kermit's place.
  31.  
  32.     I was having the same problem when trying to switch control from
  33.     MS-Kermit to the winsock TCP/IP under Windows 3.11.  My answer: The
  34.     last thing my Kermit script does after dialing up and logging on is
  35.     to set my modem to ignore DTR, like so:
  36.  
  37. OUTPUT +++
  38. INPUT OK
  39. OUTPUT AT&D0O\13
  40. REINPUT CONNECT
  41. IF FAIL GOTO CONNECT
  42. OUTPUT \8\8\8
  43. :CONNECT
  44. CONNECT
  45. END
  46.  
  47.                                    Jeff
  48. -- 
  49. jhurwit@netcom.com                                       Jeffrey Hurwit
  50.           "NETCOM: It's not just an ISP, it's a way of life."